From c9fed884e794534a27d1ee955fcb561524a299ad Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 15 Sep 2006 21:24:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00929880f3f..1e81280f1a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-09-15 Kim F. Storm + * help.el (describe-key): Handle C-h k in *Help* buffer; collect + all necessary information about the event before erasing *Help*. + * simple.el (line-move-partial): Use window-line-visiblity to quickly check whether last line is partially visible, and only do the hard (and slow) part in that case. diff --git a/src/ChangeLog b/src/ChangeLog index b4a4be03dce..a2bedc907d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-09-15 Kim F. Storm + + * window.c (Fwindow_line_visibility): New defun for line-move-partial. + (syms_of_window): Defsubr it. + (Fwindow_end): Use window's buffer rather than current buffer. + 2006-09-15 Jay Belanger * COPYING: Replace "Library Public License" by "Lesser Public -- 2.30.2